From: Luc Teirlinck Date: Sat, 31 Jan 2004 04:41:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24310 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c260f09bb3f97fad566db77f74fbbfa03ed54034;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8f7fe3b08f..e76416e8483 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Luc Teirlinck + + * files.el (read-directory-name): Adapt the docstring to recent + change in Fread_file_name. + 2004-01-30 Jonathan Yavner * ses.el (ses-print-cell): If print format too wide for column diff --git a/src/ChangeLog b/src/ChangeLog index f5790b861d2..f5e146e8f20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2004-01-30 Luc Teirlinck + + * fileio.c (Fread_file_name_internal): Correctly handle the case + where insert-default-directory is nil. + (Fread_file_name): Always return an empty string if the user exits + with an empty minibuffer. Adapt the docstring accordingly. + (syms_of_fileio): Adapt the docstring of insert-default-directory + to the change in Fread_file_name. + 2004-01-29 Eli Zaretskii * alloca.c [!alloca]: Fix the prototype for xfree.